home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / communic / faxforw / faxforw.txt < prev    next >
Text File  |  1996-07-10  |  3KB  |  83 lines

  1. Fax Forward 1.0 
  2.  
  3. Forward Faxes from a Windows for Workgroups 3.11 PC with a 
  4. fax/modem to another PC on the workgroup. 
  5.  
  6.  
  7.  
  8. Legal stuff (Disclaimer) 
  9.  
  10. Fax Forward is freeware.  It may be distributed freely.  But 
  11. be aware: 
  12. The Copyright Owner hereby disclaims all warranties relating 
  13. to this software, whether express or implied, including 
  14. without limitation any implied warranties of 
  15. merchantability or fitness for a particular purpose. The 
  16. Copyright Owner will not be liable for any special, 
  17. incidental, consequential, indirect or similar damages due 
  18. to loss of data or any other reason, even if The Copyright 
  19. owner or an agent of The Copyright Owner has been advised of 
  20. the possibility of such damages.  The person using the 
  21. software bears all risk as to the quality and performance of 
  22. the software. 
  23.  
  24.  
  25.  
  26.  
  27. Fax Forward is almost complete, except for the Help and 
  28. About menus.  I sadly lost the code to the main form of Fax 
  29. Forward two days after writing it (in one afternoon!).  I
  30. hope to some day rebuild it, but you may want to try it on 
  31. your own.  You really only need the MAPI VBX with the 
  32. professional version of Visual Basic 3.0. 
  33.  
  34.  
  35.  
  36. From a VB point of view, all Fax Forward does: 
  37.  
  38. - Starts a MAPI Session for the Receiving station 
  39.  
  40. - At a given interval, checks the InBox for unread messages. 
  41. It then steps through as many messages as it got (now in 
  42. its Read buffer), and looks for "Fax" as the first three 
  43. letters of the originator's address. 
  44.  
  45. - If it sees "Fax", it then puts the message in the Compose 
  46. Buffer, and forwards it to the address specified in the 
  47. Settings dialog.  It simultaneously adds the fax message to 
  48. the listbox on Fax Forward's main form, and to the log file. 
  49.  
  50.  
  51.  
  52. From a operational point of view, the first time your run 
  53. Fax Forward, it won't know what the receive station is, or the forward 
  54. station.  Go into the Settings menu option, and enter the name of the 
  55. fax/modem's station, the forwarding station, the interval to check 
  56. (1 - 59 minutes are OK numbers). Fax Forward fills in a file name to 
  57. log to; if you want to turn off logging, just clear all text out of 
  58. the Log To File box.  You can enter a different file name, but do not 
  59. put a new path.  Fax Forward always puts the log file in its own 
  60. directory, and uses that knowledge to run Notepad.exe to show you 
  61. the log file.  Now close Fax Forward and relaunch it with its proper 
  62. settings.  If you get an error message, you may not have the correct 
  63. name for one of the stations - check them and try again. 
  64.  
  65. Note that the List of forwarded faxes is cleared out every 
  66. time Fax Forward is closed.  So the log file keeps a list of all 
  67. forwarded faxes since Fax Forward was installed (unless you delete/edit
  68. the file), and the list box just shows faxes forwarded this session. 
  69.  
  70.  
  71.  
  72.  
  73.  
  74. That's it.  I hope it works on your system.  It works like a 
  75. charm on our small workgroup.  If nothing else, I hope it 
  76. can get you over the shock that Microsoft didn't build this 
  77. feature into W4WG 3.11. 
  78.  
  79.  
  80. Paul Kaliciak 
  81. CompuServe: 70242,3375 
  82. Internet: paul.kaliciak@canrem.com
  83.